/* CSS Document */

a.more {
	float: right;
	font-size: 1.4rem; font-size: 14px;
	line-height: 18px;
	color:#e0a893;
	border-left: 1px solid #e0a893;
	padding-left: 8px;
	cursor: pointer;
	margin-top: 5px;
}
a.more:hover{
	color:#a24d2c;
}
h3{
	background: url(ico_line_blue_reru.png) no-repeat left top;
	line-height: 23px;
	padding-left: 18px;
	font-size: 1.6rem; font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
h4 a{
	color:#3c68c1;
}
h4 a:hover{
	color:#1b4191;
}

/* Headline
====================================================================================================================================*/
.carousel-indicators {
	position: absolute; /*整个计数区域绝对定位*/
	bottom: 2%; /*距容器carousel底部10px*/
	z-index: 15; /*设置其在Z轴的层级*/
	/*让整个计数区水平居中*/
	left: 70%;
	margin-left: -20px;
	padding-left: 0;
	text-align: right;
	width: 30%;
	list-style: none;
}
.carousel-indicators li {
	display: inline-block;
	width: 12px;
	height: 12px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #fff \9;
	background-color: rgba(255, 255, 255, 0.6);
	border: 0 none;
	border-radius: 12px;
}
/*设置当前状态样式*/
.carousel-indicators .active {
	width: 28px;
	height: 12px;
	margin: 0;
	background-color: #fff;
	border: 0 none;
}
.carousel-inner .carousel-caption{
	width: 100%;
	left: 0;
	bottom: 0;
	line-height: 22px;
	font-size: 1.8rem; font-size: 18px;
	padding: 15px 10px;
	text-align: left;
	background-color: #000000 \9;
	background-color: rgba(0,0,0,0.4);
}
.carousel-control{
	background: none;
    opacity: .4;
    filter: alpha(opacity=40);
}
.carousel-control.left,
.carousel-control.right{
	background: none;
	position: absolute;
	top: 40%;
}
.carousel-control.left{
	left: -5%;
}
.carousel-control.right{
	right: -5%;
}
.carousel-control:focus,
.carousel-control:hover{
	color:#fff;
	text-decoration:none;
	filter:alpha(opacity=90);
	outline:0;
	opacity:.9
}
.carousel-control .fa{
	font-size: 50rem; font-size: 50px;
}

.col-headline{
	padding: 10px;
}
.col-headline li{
	margin-bottom: 5px;
	overflow: hidden;
}
.col-headline li time,
.main-right time{
	font-size: 1.6rem; font-size: 16px;
	font-weight: normal;
	padding-left: 8px;
	display: inline-block;
	float: left;
}
.col-headline li time span,
.main-right time span{
	font-size: 1.2rem; font-size: 12px;
}
.col-headline li a{
	display: block;
	margin-left: 110px;
}
.main{}
.list li{
	background: url(ico_point_grey.png) no-repeat left 8px;
	padding-left: 15px;
	margin-top: 10px;
}

.main-right{}
.main-content .line{
	display: none;
}
.main-right li span{
	padding: 0 6px;
}
.main-right time{
	float: right;
}
.main-right dd{
	float: left;
	width: 50%;
}
.main-right dd span {
	background: url(bg_obliqueline.png) repeat left top;
	display: inline-block;
	text-align: center;
	float: left;
	width: 64px;
	height: 64px;
}
.main-right dd span b {
	font-size: 2.6rem; font-size: 26px;
	line-height: 1.5;
	display: block;
}
.main-right dd span em {
	color: #747474;
	font-size: 1.2rem; font-size: 12px;
	line-height: 1.2;
	display: block;
	font-style: normal;
}
.main-right dd a{
	display: block;
	margin-left: 74px;
	height: 64px;
	overflow: hidden;
}
.main-right .img-group {
	position: relative;
	display: inline-block;
}        
.main-right .img-tip {
	position: absolute;
	top: 30%;
	color: #fff;
	display: none;
	background-color: rgba(32,63,151,0.6);
}        
.main-right .img-group .img-tip {
	display: block;
	width: 92%;
	text-align: center;
}
.main-right .img-tip p{
	color: #fff;
	font-size: 1.6rem; font-size: 16px;
	line-height: 2;
}
@media \0screen\,screen\9 {/* 只支持IE6、7、8 */
	.main-right .img-tip{
		background-color:#203f97;
		filter:Alpha(opacity=60);
		position:static; /* IE6、7、8只能设置position:static(默认属性) ，否则会导致子元素继承Alpha值 */
		*zoom:1; /* 激活IE6、7的haslayout属性，让它读懂Alpha */
	}
	.main-right .img-tip p{
		position: relative;/* 设置子元素为相对定位，可让子元素不继承Alpha值 */
	}  
}


.main-left{}
.main-left .list li{
	height: 40px;
	overflow: hidden;
}
.main-left time{
	color: #999;
	padding-left: 5px;
	font-size: 1.2rem; font-size: 12px;
}
/* 实验室风采 */
#slider {
	position: relative; /* important */
	overflow: hidden; /* important */
}
.sliderImage {
	display: none;
}

.col-link{
	background: #f7f7f7;
	border: 1px solid #dde1eb;
	border-right: 0 none;
	border-left: 0 none;
	padding: 15px 0;
}
.col-link li{
	padding: 15px 0;
}
.col-link li p{
	line-height: 2;
	text-align: center;
}



.main-left,.main-right{
	padding: 0;
}


@media screen and (min-width: 768px) {
	
}

@media screen and (min-width: 992px) {
	h3{
		font-size: 1.8rem; font-size: 18px;
	}
	.wrap-headline{
		padding: 15px;
	}
	.border-headline{
		-moz-box-shadow:2px 4px 8px #DEB8B8;
		-webkit-box-shadow:2px 4px 8px #DEB8B8;
		box-shadow:2px 4px 8px #DEB8B8;
	}
	.col-topimg, .col-headline{
		position: relative;
		float: left;
	}
	.col-topimg{
		width: 58.33333333%;
	}
	.carousel-inner > .item > a > img, .carousel-inner > .item > img{	
		width: 548px;
		height: 308px;
	}
	.col-headline{
		width: 41.66666667%;
		
		padding: 20px 25px;
		display: inline-block;
		overflow: hidden;
	}
	.col-headline li{
		height: 41px;
	}
	.main-content .line{
		background: url(bg_obliqueline.png) repeat left top;
		display:inline-block;
		width:56%;
		height: 6px;
		margin-left: 10px;
		position: absolute;
		top: 10px;
	}
	.main-right .img-group .img-tip {
		width: 88.5%;
	}
	.col-link li{
		padding: 30px 0;
		width: 20%;
		
	}
	.col-link li img{
		width: 204px;
		height: 51px;
	}
	.col-link li p{
		width: 204px;
	}
}

@media screen and (min-width: 1170px) {
	img{width: auto;}
	
	/*
	.col-topimg{
		width: 66.66666667%;
	}
	*/
	.carousel-inner > .item > a > img, .carousel-inner > .item > img{	
		width: 665px;
		height: 374px;
	}
	/*
	.col-headline{
		width: 33.33333333%;
	}
	*/
	.col-headline li{
		height: 54px;
		line-height: 1.6;
	}
	.main-content .line{
		width:74%;
	}
	
	/* 实验室风采 */
	#slider {
		height: 203px; /* important to be same as image height */
	}
	#slider img{
		height: 203px;
	}
	.sliderImage {
		display: none;
	}
}

@media \0screen\,screen\9 {
	.wrap-headline{
		padding: 15px;
	}
	.col-topimg, .col-headline{
		position: relative;
		float: left;
	}
	.col-topimg{
		width: 66.66666667%;
	}
	.col-headline{
		width: 33.33333333%;
		padding: 20px 25px;
	}
	.carousel-inner > .item > a > img, .carousel-inner > .item > img{	
		width: 760px;
		height: 427px;
	}
	.carousel-control.left,.carousel-control.right{
		filter: 0;
	}
}





